home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / graphics / show / locale / show.cd next >
Text File  |  1999-04-19  |  13KB  |  892 lines

  1. ; ************************************************************
  2. ; Errors Messages
  3. ;
  4. LOC_MSG_ERR_BADMODEID (//)
  5. Bad mode id
  6. ;
  7. LOC_MSG_ERR_LOCK (//)
  8. Lock() failed
  9. ;
  10. LOC_MSG_ERR_ALLOCASL (//)
  11. AllocAsl() failed
  12. ;
  13. LOC_MSG_ERR_NOFILE (//)
  14. I need a file!
  15. ;
  16. LOC_MSG_ERR_EXAMINE (//)
  17. Examine() failed
  18. ;
  19. LOC_MSG_ERR_ALLOCDOSOBJ (//)
  20. AllocDosObject() failed
  21. ;
  22. LOC_MSG_ERR_UNKNOWN_FMT (//)
  23. Unknown file format
  24. ;
  25. LOC_MSG_ERR_NOMEM (//)
  26. Not enough memory\nfor this operation!
  27. ;
  28. LOC_MSG_ERR_READ (//)
  29. Error while reading the file
  30. ;
  31. LOC_MSG_ERR_WRITE (//)
  32. Error while writing the file
  33. ;
  34. LOC_MSG_ERR_OPEN (//)
  35. Unable to open the file
  36. ;
  37. LOC_MSG_ERR_OPENSCREEN (//)
  38. Could not open the screen
  39. ;
  40. LOC_MSG_ERR_OPENWINDOW (//)
  41. Could not open the window
  42. ;
  43. LOC_MSG_ERR_UNKNOWN_ERR (//)
  44. Unknown error
  45. ;
  46. LOC_MSG_ERR_XPK (//)
  47. Xpk Error
  48. ;
  49. LOC_MSG_ERR_UNKNOWN_XPK (//)
  50. Unknown Xpk Error
  51. ;
  52. LOC_MSG_ERR_NOIO (//)
  53. I need the ELF module %s.
  54. ;
  55. LOC_MSG_ERR_LIB (//)
  56. I need %s V%d+.
  57. ;
  58. ; ************************************************************
  59. ; Menus
  60. ;
  61. LOC_MSG_MENU_PROJECT (//)
  62. Project
  63. ;
  64. LOC_MSG_MENU_ABOUT (//)
  65. About
  66. ;
  67. LOC_MSG_MENU_MEMINFOS (//)
  68. Memory Infos
  69. ;
  70. LOC_MSG_MENU_KEYS (//)
  71. Keyboard Shortcuts
  72. ;
  73. LOC_MSG_MENU_QUIT (//)
  74. Quit
  75. ;
  76. LOC_MSG_MENU_FILE (//)
  77. File
  78. ;
  79. LOC_MSG_MENU_OPEN (//)
  80. Open
  81. ;
  82. LOC_MSG_MENU_SAVE (//)
  83. Save Image
  84. ;
  85. LOC_MSG_MENU_SAVEAS (//)
  86. Save as
  87. ;
  88. LOC_MSG_MENU_RELOAD (//)
  89. Reload Image
  90. ;
  91. LOC_MSG_MENU_RENAME (//)
  92. Rename File
  93. ;
  94. LOC_MSG_MENU_DELETE (//)
  95. Delete File
  96. ;
  97. LOC_MSG_MENU_IMAGE (//)
  98. Image
  99. ;
  100. LOC_MSG_MENU_SHOWINFO (//)
  101. Show Image Infos
  102. ;
  103. LOC_MSG_MENU_PREVIOUS (//)
  104. Previous Image
  105. ;
  106. LOC_MSG_MENU_NEXT (//)
  107. Next Image
  108. ;
  109. LOC_MSG_MENU_GOTO (//)
  110. Goto Image
  111. ;
  112. LOC_MSG_MENU_ZOOM (//)
  113. Zoom
  114. ;
  115. LOC_MSG_MENU_ZOOMIN (//)
  116. Zoom In
  117. ;
  118. LOC_MSG_MENU_ZOOMOUT (//)
  119. Zoom Out
  120. ;
  121. LOC_MSG_MENU_NOZOOM (//)
  122. No Zoom
  123. ;
  124. LOC_MSG_MENU_VIEWALL (//)
  125. View All
  126. ;
  127. LOC_MSG_MENU_RESETVIEW (//)
  128. Reset View
  129. ;
  130. LOC_MSG_MENU_EFFECTS (//)
  131. Effects
  132. ;
  133. LOC_MSG_MENU_NEGATIVE (//)
  134. Negative
  135. ;
  136. LOC_MSG_MENU_FLIPHOR (//)
  137. Flip Horizontal
  138. ;
  139. LOC_MSG_MENU_FLIPVER (//)
  140. Flip Vertical
  141. ;
  142. LOC_MSG_MENU_ROTMINUS (//)
  143. Rotate -90°
  144. ;
  145. LOC_MSG_MENU_ROTPLUS (//)
  146. Rotate +90°
  147. ;
  148. LOC_MSG_MENU_RGBGRAY (//)
  149. RGB to Gray
  150. ;
  151. LOC_MSG_MENU_BRIGHT (//)
  152. Brightness
  153. ;
  154. LOC_MSG_MENU_CONTRAST (//)
  155. Contrast
  156. ;
  157. LOC_MSG_MENU_GAMMA (//)
  158. Gamma
  159. ;
  160. LOC_MSG_MENU_COLBAL (//)
  161. Color Balance
  162. ;
  163. LOC_MSG_MENU_CROP (//)
  164. Crop
  165. ;
  166. LOC_MSG_MENU_RESIZE (//)
  167. Resize
  168. ;
  169. LOC_MSG_MENU_RESIZE_14 (//)
  170. 1/4
  171. ;
  172. LOC_MSG_MENU_RESIZE_12 (//)
  173. 1/2
  174. ;
  175. LOC_MSG_MENU_RESIZE_21 (//)
  176. 2/1
  177. ;
  178. LOC_MSG_MENU_RESIZE_41 (//)
  179. 4/1
  180. ;
  181. LOC_MSG_MENU_MEMORY (//)
  182. Memory
  183. ;
  184. LOC_MSG_MENU_MEMIMAGE (//)
  185. Memorize Image
  186. ;
  187. LOC_MSG_MENU_FORGIMAGE (//)
  188. Forget Image
  189. ;
  190. LOC_MSG_MENU_FORGALL (//)
  191. Forget All Images
  192. ;
  193. LOC_MSG_MENU_DELFILES (//)
  194. Delete Memorized Files
  195. ;
  196. LOC_MSG_MENU_MEMPREV (//)
  197. Previous Image
  198. ;
  199. LOC_MSG_MENU_MEMNEXT (//)
  200. Next Image
  201. ;
  202. LOC_MSG_MENU_MEMGOTO (//)
  203. Goto Memorized Image
  204. ;
  205. LOC_MSG_MENU_COMPOSE (//)
  206. Compose
  207. ;
  208. LOC_MSG_MENU_PREFS (//)
  209. Preferences
  210. ;
  211. LOC_MSG_MENU_PREF_MODE (//)
  212. Screen Mode
  213. ;
  214. LOC_MSG_MENU_PREF_KEYS (//)
  215. Key Shortcuts
  216. ;
  217. LOC_MSG_MENU_PREF_ERASE_KEYS (//)
  218. Erase All
  219. ;
  220. LOC_MSG_MENU_PREF_REDEFINE_KEY (//)
  221. Redefine Mode
  222. ;
  223. LOC_MSG_MENU_PREF_LOOP (//)
  224. Loop
  225. ;
  226. LOC_MSG_MENU_PREF_CLICK (//)
  227. Click to Next
  228. ;
  229. LOC_MSG_MENU_PREF_PROGWIN (//)
  230. Load Progress Window
  231. ;
  232. LOC_MSG_MENU_PREF_ERRORS (//)
  233. Report Errors
  234. ;
  235. LOC_MSG_MENU_PREF_OVERWARN (//)
  236. Overwrite Warnings
  237. ;
  238. LOC_MSG_MENU_PREF_PRESERVE (//)
  239. Preserve Files Dates
  240. ;
  241. LOC_MSG_MENU_PREF_CRYPT (//)
  242. Crypting
  243. ;
  244. LOC_MSG_MENU_PREF_SAVECRYPT (//)
  245. Save Crypted
  246. ;
  247. LOC_MSG_MENU_PREF_PASS (//)
  248. Password
  249. ;
  250. LOC_MSG_MENU_PREF_JPGLOAD (//)
  251. JPEG Load
  252. ;
  253. LOC_MSG_MENU_PREF_JPGGRAY (//)
  254. Grayscale
  255. ;
  256. LOC_MSG_MENU_PREF_JPGRGB (//)
  257. RGB
  258. ;
  259. LOC_MSG_MENU_PREF_JPGSIZE (//)
  260. Loading Size
  261. ;
  262. LOC_MSG_MENU_PREF_JPG1 (//)
  263. Size 1/1
  264. ;
  265. LOC_MSG_MENU_PREF_JPG2 (//)
  266. Size 1/2
  267. ;
  268. LOC_MSG_MENU_PREF_JPG4 (//)
  269. Size 1/4
  270. ;
  271. LOC_MSG_MENU_PREF_JPG8 (//)
  272. Size 1/8
  273. ;
  274. LOC_MSG_MENU_PREF_JPGAUTO (//)
  275. Size Auto
  276. ;
  277. LOC_MSG_MENU_PREF_JPGSAVE (//)
  278. JPEG Save Quality
  279. ;
  280. LOC_MSG_MENU_PREF_PNG (//)
  281. PNG
  282. ;
  283. LOC_MSG_MENU_PREF_PNGCOMP (//)
  284. Compression
  285. ;
  286. LOC_MSG_MENU_PREF_PNGGAMMA (//)
  287. Gamma
  288. ;
  289. LOC_MSG_MENU_PREF_TIFFMETHOD (//)
  290. Saving Compression Method
  291. ;
  292. LOC_MSG_MENU_PREF_SAVE (//)
  293. _Save
  294. ;
  295. LOC_MSG_MENU_PREF_USE (//)
  296. _Use
  297. ;
  298. LOC_MSG_MENU_PREF_CHANGE (//)
  299. Change...
  300. ;
  301. LOC_MSG_MENU_PREF_SLIDE (//)
  302. Slideshow
  303. ;
  304. LOC_MSG_MENU_PREF_SLDELAY (//)
  305. Delay...
  306. ;
  307. ; ************************************************************
  308. ; Buttons
  309. ;
  310. LOC_MSG_BUTTON_OK (//)
  311. _OK
  312. ;
  313. LOC_MSG_BUTTONOK (//)
  314. OK
  315. ;
  316. LOC_MSG_BUTTONCANCEL (//)
  317. Cancel
  318. ;
  319. LOC_MSG_BUTTON_CANCEL (//)
  320. _Cancel
  321. ;
  322. LOC_MSG_BUTTON_TEST (//)
  323. _Test
  324. ;
  325. LOC_MSG_BUTTON_RESTORE (//)
  326. Restore
  327. ;
  328. LOC_MSG_BUTTON_SCREEN (//)
  329. _Screen
  330. ;
  331. LOC_MSG_BUTTON_RED (//)
  332. Red
  333. ;
  334. LOC_MSG_BUTTON_GREEN (//)
  335. Green
  336. ;
  337. LOC_MSG_BUTTON_BLUE (//)
  338. Blue
  339. ;
  340. LOC_MSG_BUTTON_FRAMES_LAYOUT (//)
  341. _Frames Layout
  342. ;
  343. LOC_MSG_BUTTON_VIEW (//)
  344. V_iew
  345. ;
  346. LOC_MSG_BUTTON_SPCHOR (//)
  347. Space _Horizontal
  348. ;
  349. LOC_MSG_BUTTON_SPCVER (//)
  350. Space _Vertical
  351. ;
  352. LOC_MSG_BUTTON_INFORMATION (//)
  353. Information:
  354. ;
  355. LOC_MSG_BUTTON_XMIN (//)
  356. _X min
  357. ;
  358. LOC_MSG_BUTTON_XMAX (//)
  359. X max
  360. ;
  361. LOC_MSG_BUTTON_YMIN (//)
  362. _Y min
  363. ;
  364. LOC_MSG_BUTTON_YMAX (//)
  365. Y max
  366. ;
  367. LOC_MSG_BUTTON_FRAME (//)
  368. _Frame
  369. ;
  370. LOC_MSG_BUTTON_SCREENFIT (//)
  371. Screen Fit
  372. ;
  373. LOC_MSG_BUTTON_WIDTH (//)
  374. _Width
  375. ;
  376. LOC_MSG_BUTTON_PERWIDTH (//)
  377. % W_idth
  378. ;
  379. LOC_MSG_BUTTON_HEIGHT (//)
  380. _Height
  381. ;
  382. LOC_MSG_BUTTON_PERHEIGHT (//)
  383. % H_eight
  384. ;
  385. LOC_MSG_BUTTON_PERCENTAGE (//)
  386. _Percentage
  387. ;
  388. LOC_MSG_BUTTON_LOCK (//)
  389. _Lock
  390. ;
  391. LOC_MSG_BUTTON_MORE_CANCEL (//)
  392. More|Cancel
  393. ;
  394. LOC_MSG_BUTTON_OK_CANCEL (//)
  395. OK|Cancel
  396. ;
  397. LOC_MSG_BUTTON_OK_MORE (//)
  398. OK|More
  399. ;
  400. LOC_MSG_BUTTON_QUIT_CANCEL (//)
  401. Quit|Cancel
  402. ;
  403. LOC_MSG_BUTTON_OK_ERASE_CANCEL (//)
  404. OK|Erase|Cancel
  405. ;
  406. LOC_MSG_BUTTON_FORGET_CANCEL (//)
  407. Forget|Cancel
  408. ;
  409. LOC_MSG_BUTTON_DELETE_CANCEL (//)
  410. Delete|Cancel
  411. ;
  412. LOC_MSG_BUTTON_OVERWRITE_CANCEL (//)
  413. Overwrite|Cancel
  414. ;
  415. LOC_MSG_BUTTON_CRYPT_CANCEL (//)
  416. Crypt|Don't
  417. ;
  418. LOC_MSG_BUTTON_OK_DEF_CANCEL (//)
  419. OK|Default|Cancel
  420. ;
  421. LOC_MSG_BUTTON_OOPS (//)
  422. Oops!
  423. ;
  424. LOC_MSG_BUTTON_OH_NO (//)
  425. Oh no!
  426. ;
  427. LOC_MSG_BUTTON_LAST (//)
  428. Last
  429. ;
  430. ; ************************************************************
  431. ; Miscellaneous
  432. ;
  433. LOC_MSG_COLBAL (//)
  434. Color Balance
  435. ;
  436. LOC_MSG_BRIGHTNESS (//)
  437. Brightness
  438. ;
  439. LOC_MSG_COMPOSE (//)
  440. Compose
  441. ;
  442. LOC_MSG_SETBRIGHTNESS (//)
  443. Setting Brightness to %d...
  444. ;
  445. LOC_MSG_SETGAMMA (//)
  446. Setting Gamma to %d...
  447. ;
  448. LOC_MSG_SETCOLOR (//)
  449. Setting %s to %d
  450. ;
  451. LOC_MSG_FRAMES (//)
  452. Frames
  453. ;
  454. LOC_MSG_IMAGES (//)
  455. Images
  456. ;
  457. LOC_MSG_HELP_KEYS (//)
  458. Keyboard Shortcuts:
  459. ;
  460. LOC_MSG_HELP_MOUSE (//)
  461. Mouse:
  462. ;
  463. LOC_MSG_HELP_COMPOSE_W (//)
  464. Open/Close the compose window
  465. ;
  466. LOC_MSG_HELP_COMPOSE_O (//)
  467. Execute Composition
  468. ;
  469. LOC_MSG_HELP_COMPOSE_C (//)
  470. Cancel Composition
  471. ;
  472. LOC_MSG_HELP_COMPOSE_I (//)
  473. Toggle View Mode
  474. ;
  475. LOC_MSG_HELP_COMPOSE_F (//)
  476. Increase/Decrease Layout
  477. ;
  478. LOC_MSG_HELP_COMPOSE_H (//)
  479. Increase/Decrease Horizontal Spacing
  480. ;
  481. LOC_MSG_HELP_COMPOSE_V (//)
  482. Increase/Decrease Vertical Spacing
  483. ;
  484. LOC_MSG_HELP_COMPOSE_CLICK1 (//)
  485. Mouse click: Exchange frames.
  486. ;
  487. LOC_MSG_HELP_COMPOSE_CLICK2 (//)
  488.              Press mouse button in first
  489. ;
  490. LOC_MSG_HELP_COMPOSE_CLICK3 (//)
  491.              frame and release in second one.
  492. ;
  493. LOC_MSG_COMPOSE_INFOS (//)
  494. %d images : %dx%d
  495. ;
  496. LOC_MSG_WARNING (//)
  497. Warning
  498. ;
  499. LOC_MSG_ERROR (//)
  500. Error
  501. ;
  502. LOC_MSG_INFO (//)
  503. Information
  504. ;
  505. LOC_MSG_SAVEFILE (//)
  506. Save File
  507. ;
  508. LOC_MSG_FMTSAVE (//)
  509. Picture format to save ?
  510. ;
  511. LOC_MSG_SAVE_COMPOSED (//)
  512. Save Composed:
  513. ;
  514. LOC_MSG_CONTRAST_MODE1 (//)
  515. RGB Separate
  516. ;
  517. LOC_MSG_CONTRAST_MODE2 (//)
  518. RGB Mean
  519. ;
  520. LOC_MSG_CONTRAST (//)
  521. Contrast
  522. ;
  523. LOC_MSG_MODE (//)
  524. Mode
  525. ;
  526. LOC_MSG_SETCONTRAST (//)
  527. Setting Contrast to %d...
  528. ;
  529. LOC_MSG_HELP_CROP_W (//)
  530. Open/Close the crop window
  531. ;
  532. LOC_MSG_HELP_CROP_O (//)
  533. Execute Cropping
  534. ;
  535. LOC_MSG_HELP_CROP_S (//)
  536. Set to Screen Size
  537. ;
  538. LOC_MSG_HELP_CROP_F (//)
  539. Increase/Decrease Frame Size
  540. ;
  541. LOC_MSG_HELP_CROP_C (//)
  542. Cancel Cropping
  543. ;
  544. LOC_MSG_CROP (//)
  545. Crop
  546. ;
  547. LOC_MSG_ROTATING (//)
  548. Rotate...
  549. ;
  550. LOC_MSG_FLIPPING (//)
  551. Flipping...
  552. ;
  553. LOC_MSG_RGBTOGRAY (//)
  554. RGB to GRAY...
  555. ;
  556. LOC_MSG_NEGATIVE (//)
  557. Negative
  558. ;
  559. LOC_MSG_RESIZE (//)
  560. Resize
  561. ;
  562. LOC_MSG_CHOOSE_IMAGE (//)
  563. Choose an image:
  564. ;
  565. LOC_MSG_PROGRESS (//)
  566. Progress Status
  567. ;
  568. LOC_MSG_PERC_FINISH (//)
  569. %d%% finished
  570. ;
  571. LOC_MSG_SCROLL_UP (//)
  572. Scroll Up
  573. ;
  574. LOC_MSG_SCROLL_DOWN (//)
  575. Scroll Down
  576. ;
  577. LOC_MSG_SCROLL_LEFT (//)
  578. Scroll Left
  579. ;
  580. LOC_MSG_SCROLL_RIGHT (//)
  581. Scroll Right
  582. ;
  583. LOC_MSG_ENTER_NEW_NAME (//)
  584. Enter New Name:
  585. ;
  586. LOC_MSG_FILE_NAME (//)
  587. File Name
  588. ;
  589. LOC_MSG_ALREADY_EXISTS (//)
  590. A file already exists\nwith this name!
  591. ;
  592. LOC_MSG_CANNOT_RENAME (//)
  593. Cannot rename the file!
  594. ;
  595. LOC_MSG_SURE_QUIT (//)
  596. Are You sure ?\nQuit now ?
  597. ;
  598. LOC_MSG_FORGET_MEMFILES (//)
  599. Forget all memorized files ?
  600. ;
  601. LOC_MSG_AVAIL_MEM (//)
  602. Available Memory :
  603. ;
  604. LOC_MSG_DISP_IMAGE (//)
  605. Displayed Image  :
  606. ;
  607. LOC_MSG_IMAGES_MEMORY (//)
  608. Memorized Images :
  609. ;
  610. LOC_MSG_BYTES (//)
  611. bytes
  612. ;
  613. LOC_MSG_CHIP (//)
  614. CHIP  :
  615. ;
  616. LOC_MSG_FAST (//)
  617. FAST  :
  618. ;
  619. LOC_MSG_TOTAL (//)
  620. TOTAL :
  621. ;
  622. LOC_MSG_NO_IMAGE (//)
  623. No image in memory
  624. ;
  625. LOC_MSG_FAILED_DELETE (//)
  626. Failed to delete the file
  627. ;
  628. LOC_MSG_SURE_DELETE_MEM (//)
  629. Are you sure ?\nDelete all memorized files ?
  630. ;
  631. LOC_MSG_USAGE (//)
  632. Usage
  633. ;
  634. LOC_MSG_CRYPTING (//)
  635. Crypting...
  636. ;
  637. LOC_MSG_DECRYPTING (//)
  638. Decrypting...
  639. ;
  640. LOC_MSG_SELECT_FILE (//)
  641. Select a file
  642. ;
  643. LOC_MSG_SCREEN_MODE (//)
  644. Screen Mode:
  645. ;
  646. LOC_MSG_DIRECTORY (//)
  647. Directory    :
  648. ;
  649. LOC_MSG_FILENAME (//)
  650. File Name    :
  651. ;
  652. LOC_MSG_FILEDATE (//)
  653. Date         :
  654. ;
  655. LOC_MSG_FILESIZE (//)
  656. Size         :
  657. ;
  658. LOC_MSG_FILETYPE (//)
  659. Type         :
  660. ;
  661. LOC_MSG_IS_CRYPTED (//)
  662. (crypted)
  663. ;
  664. LOC_MSG_FILECOMMENT (//)
  665. Comment      :
  666. ;
  667. LOC_MSG_IMAGESIZE (//)
  668. Image Size   :
  669. ;
  670. LOC_MSG_LOADEDAS (//)
  671. Loaded as    :
  672. ;
  673. LOC_MSG_MEMORIZED (//)
  674. Memory       :
  675. ;
  676. LOC_MSG_READINGTIME (//)
  677. Reading Time :
  678. ;
  679. LOC_MSG_SECS (//)
  680. secs
  681. ;
  682. LOC_MSG_FROM (//)
  683. from
  684. ;
  685. LOC_MSG_IMAGE_INFO (//)
  686. Image Infos
  687. ;
  688. LOC_MSG_LOAD_JPG (//)
  689. Loading JPG File...
  690. ;
  691. LOC_MSG_LOAD_PNG (//)
  692. Loading PNG File...
  693. ;
  694. LOC_MSG_LOAD_TIFF (//)
  695. Loading TIFF File...
  696. ;
  697. LOC_MSG_LOAD_FILE (//)
  698. Loading File...
  699. ;
  700. LOC_MSG_OVERWRITE (//)
  701. This file already exists!\nOverwrite it ?
  702. ;
  703. LOC_MSG_SAVE_JPG (//)
  704. Saving JPG File...
  705. ;
  706. LOC_MSG_SAVE_PNG (//)
  707. Saving PNG File...
  708. ;
  709. LOC_MSG_SAVE_TIFF (//)
  710. Saving TIFF File...
  711. ;
  712. LOC_MSG_SAVE_RAW (//)
  713. Saving RAW File...
  714. ;
  715. LOC_MSG_TITLE_SAVE_JPG (//)
  716. Save JPG:
  717. ;
  718. LOC_MSG_TITLE_SAVE_PNG (//)
  719. Save PNG:
  720. ;
  721. LOC_MSG_TITLE_SAVE_TIFF (//)
  722. Save TIFF:
  723. ;
  724. LOC_MSG_TITLE_SAVE_RAW (//)
  725. Save RAW:
  726. ;
  727. LOC_MSG_WAS_CRYPTED (//)
  728. This file was crypted!\nCrypt before saving ?
  729. ;
  730. LOC_MSG_ENTER_JPG_QUALITY (//)
  731. Enter JPEG Save Quality:
  732. ;
  733. LOC_MSG_JPG_QUALITY (//)
  734. JPEG Save Quality
  735. ;
  736. LOC_MSG_ENTER_PNG_COMPR (//)
  737. Enter PNG Compression:
  738. ;
  739. LOC_MSG_PNG_COMPR (//)
  740. PNG Compression
  741. ;
  742. LOC_MSG_ENTER_PASSWORD (//)
  743. Enter Password:
  744. ;
  745. LOC_MSG_PASSWORD (//)
  746. Password
  747. ;
  748. LOC_MSG_REENTER_PASSWORD (//)
  749. Retype Password
  750. ;
  751. LOC_MSG_WRONG_PASSWORD (//)
  752. Wrong password!!\nPlease retry...
  753. ;
  754. LOC_MSG_ENTER_PNG_GAMMA (//)
  755. Enter PNG Gamma:
  756. ;
  757. LOC_MSG_PNG_GAMMA (//)
  758. PNG Gamma
  759. ;
  760. LOC_MSG_PREFS_SAVED (//)
  761. Prefs saved
  762. ;
  763. LOC_MSG_PREFS_NOTSAVED (//)
  764. Problem while saving prefs:\n%s
  765. ;
  766. LOC_MSG_PREFS_NOTLOADED (//)
  767. Problem while reading prefs:\n%s
  768. ;
  769. LOC_MSG_SURE_DELETE (//)
  770. Are you sure ?\nDelete this file ?
  771. ;
  772. LOC_MSG_NEED_CGFX (//)
  773. You need cybergraphics.library V40+\n
  774. ;
  775. LOC_MSG_NEED_GFX (//)
  776. You need graphics.library V39+\n
  777. ;
  778. LOC_MSG_NEED_GADTOOLS (//)
  779. You need gadtools.library V39+\n
  780. ;
  781. LOC_MSG_NEED_INTUITION (//)
  782. You need intuition.library V39+\n
  783. ;
  784. LOC_MSG_NEED_ASL (//)
  785. You need asl.library V37+\n
  786. ;
  787. LOC_MSG_NEED_REQTOOLS (//)
  788. You need reqtools.library V38+\n
  789. ;
  790. LOC_MSG_GRAY (//)
  791. Gray
  792. ;
  793. LOC_MSG_PALETTE (//)
  794. Palette
  795. ;
  796. LOC_MSG_GRAY_ALPHA (//)
  797. Gray+alpha
  798. ;
  799. LOC_MSG_PALETTE_ALPHA (//)
  800. Palette+alpha
  801. ;
  802. LOC_MSG_NONE (//)
  803. None
  804. ;
  805. LOC_MSG_DEFLATE (//)
  806. Deflate
  807. ;
  808. LOC_MSG_DEFAULT (//)
  809. Default
  810. ;
  811. LOC_MSG_BITDEPTH (//)
  812. Bit depth        :
  813. ;
  814. LOC_MSG_COLORTYPE (//)
  815. Color type       :
  816. ;
  817. LOC_MSG_INTERLACETYPE (//)
  818. Interlace type   :
  819. ;
  820. LOC_MSG_COMPRESSIONTYPE (//)
  821. Compression type :
  822. ;
  823. LOC_MSG_FILTERTYPE (//)
  824. Filter type      :
  825. ;
  826. LOC_MSG_NO (//)
  827. No
  828. ;
  829. LOC_MSG_SAVE_JPEG (//)
  830. Save JPEG
  831. ;
  832. LOC_MSG_JPEG (//)
  833. JPEG
  834. ;
  835. LOC_MSG_PNG (//)
  836. PNG
  837. ;
  838. LOC_MSG_TIFF (//)
  839. TIFF
  840. ;
  841. LOC_MSG_RAW (//)
  842. RAW
  843. ;
  844. LOC_MSG_REDEFINE_KEY (//)
  845. Redefine Key
  846. ;
  847. LOC_MSG_KEY_EXISTS (//)
  848. This key is already defined!
  849. ;
  850. LOC_MSG_REDEFKEY1 (//)
  851. Pick menus items to change shortcuts
  852. ;
  853. LOC_MSG_REDEFKEY2 (//)
  854. until you are satisfied, then repick
  855. ;
  856. LOC_MSG_REDEFKEY3 (//)
  857. THIS menu item to end the redefinitions.
  858. ;
  859. LOC_MSG_TIFFMETHOD (//)
  860. Please choose the compression method.\nCurrent is %s.
  861. ;
  862. LOC_MSG_MISC (//)
  863. Miscellaneous
  864. ;
  865. LOC_MSG_FORMATS (//)
  866. Image I/O
  867. ;
  868. LOC_MSG_SLIDE_DELAY (//)
  869. Slideshow Delay
  870. ;
  871. ; ************************************************************
  872. ;   Strings added for V1.17+
  873. ;
  874. LOC_MSG_MENU_MEMCOMPOSE (//)
  875. Memorize Image for Composition
  876. ;
  877. LOC_MSG_KEY_EXISTS_2 (//)
  878. This key is already defined\nfor the item '%s'
  879. ;
  880. LOC_MSG_BADPREFSFILE (//)
  881. File '%s' is not recognized\nas a Show preferences file.
  882. ;
  883. LOC_MSG_WRONGPREFSVER (//)
  884. Wrong version of preferences file.\nI need version %ld.
  885. ;
  886. LOC_MSG_LOAD (//)
  887. Load
  888. ;
  889. LOC_MSG_SURE_ERASE_KEYS (//)
  890. Are you sure ?\nErase all keys ?
  891. ;
  892.